POV-Ray : Newsgroups : povray.binaries.utilities : Scripting : Re: Scripting Server Time
2 Jun 2024 01:39:09 EDT (-0400)
  Re: Scripting  
From: Povray
Date: 24 Jul 2001 12:01:55
Message: <3b5d9bf3$1@news.povray.org>
OOOhh, this made me think of something, actually..

    What is povray itself could have perl *INSIDE* it..  Aka:

perl_code {
  for($i = 0;$i < 10;$i++)
  {
    $dist = $i * 5;
    $out = "box { <$i, 0, 0> } box { <-$i, 0, 0> } spere { <0, 0, -$i) >
$i}";
  }
}

    I mean, just a rough psuedo code idea..

"Rocco Rutte" <pdm### [at] gmxnet> wrote in message
news:3b5552e6@news.povray.org...
> before asking the question, let me first describe what i'm planing to do:
> i'd like to render a movie. using povray's built-in animation function is
> to complicated. so i use perl to write the povray files according to my
> "storyboard". because rendering the animation at once (i plan about half
an
> hour or so) would take to long i'd like to split it. after each session
i'd
> like to compress the .tga's in an mpeg-stream. the mpeg-streams are to be
> merged later. so is there any tool available for the unix platform (linux
> would be okay, too) i could use to compress a number of .tga's to one
.mpeg?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.